/* 字体引用 */
@charset "utf-8";
/*@font-face {
    font-family: 'webfont/heliosextthinregular';
    src: url('webfont/he_eth_-webfont.eot');
    src: url('webfont/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/he_eth_-webfont.woff') format('woff'),
         url('webfont/he_eth_-webfont.ttf') format('truetype'),
         url('webfont/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
	box-sizing: border-box;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.flexslider .hd ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	width: 100%;
	*overflow-x: hidden;
	min-width: 1345px;
}
.flexslider .hd ul li,.x_nav ul li,.Range_list ul *,.server_list *,.adv_tab a,.case_list ul li *,.news_list ul li h4,#right *{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.jd-list ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.wh{
	width: 100%;
	height: 100%;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.w120{
	width: 120%;
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*公共样式结束*/
/*header*/
#header{
	height: 194px;
	background:url(../web-icon/header_bg.jpg) center center no-repeat;
}
.x_logo{
	width: 406px;
	height: 69px;
	background-position:left center;
	background-repeat: no-repeat;
	margin-top: 41px;
}
.tel{
	font-size: 16px;
	color: #777;
	background:url(../web-icon/header_tel.png) left center no-repeat;
	padding-left: 56px;
	margin-top: 60px;
}
.tel em{
	display: block;
	font-size: 24px;
	color: #333;
	margin-top: 5px;
}
.x_nav{
	height: 50px;
	margin-top: 34px;
}
.x_nav ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.x_nav ul li{
	width: 118px;
	height: 50px;
	text-align: center;
	background:url(../web-icon/nav_li_bg.png) center -50px no-repeat;
}
.x_nav ul li > a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff !important;
	line-height: 50px;
}
.x_nav ul li:hover{
	background-position-y:center;
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.flexslider .bd{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.flexslider .bd ul,.flexslider .tempWrap{
	width: 100% !important;
	height: 100% !important;
}
.flexslider .bd li{
	width: 0%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -webkit-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -moz-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -ms-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -o-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -webkit-transform-style: preserve-3d;
  	-ms-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.flexslider .hd{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	text-align: center;
}
.flexslider .hd ul li{
	width: 13px;
	height: 13px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 10px;
}
.flexslider .hd ul li:last-child{
	margin-right: 0;
}
.flexslider .hd ul li.on{
	background-color: #eda418;
}
/*.flexslider .bd li{
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
 	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}*/
@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*banner*/
/*con*/
#about{
	height: 906px;
	background:url(../web-icon/about_top_bg.png) center top no-repeat;
}
.about_top{
	height: 426px;
	background:url(../web-icon/about_bg.png) center center no-repeat;
	margin-top: 88px;
	padding-left: 20px;
	padding-right: 30px;
}
.about_top .info{
	width: 488px;
	margin-top: 36px;
}
.about_top .info h1{
	height: 102px;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #cccccc;
	background:url(../web-icon/about_en.png) left top no-repeat;
	padding-top: 45px;
}
.about_top .info p{
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 35px;
	margin-top: 30px;
}
.about_top .info a,.about_bottom .info a{
	display: block;
	width: 159px;
	height: 38px;
	background:url(../web-icon/about_more.png) center center no-repeat;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff !important;
	margin-top: 30px;
}
.about_top .img{
	width: 587px;
	height: 372px;
	margin-top: 28px;
}
.about_bottom{
	height: 286px;
	margin-top: 46px;
}
.about_bottom .img{
	width: 273px;
	margin-right: 28px;
}
.about_bottom .info{
	width: 694px;
}
.about_bottom .info h2{
	font-size: 24px;
	color: #333;
	margin-top: 10px;
}
.about_bottom .info p{
	font-size: 14px;
	color: #777;
	text-align: justify;
	line-height: 30px;
	margin-top: 26px;
}
.about_bottom > a{
	display: block;
	width: 169px;
	height: 169px;
	background:url(../web-icon/about_bottom_more.png) center center no-repeat;
	font-size: 18px;
	color: #fff !important;
	text-align: center;
	padding-top: 47px;
	margin-top: 60px;
}
#Range{
	height: 707px;
	background:url(../web-icon/server_bg.jpg) center center no-repeat;
}
.web_title{
	height: 78px;
	text-align: center;
	margin-top: 66px;
	background:url(../web-icon/title_line.png) center bottom no-repeat;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.web_title strong{
	color: #0087e0;
}
.web_title em{
	display: block;
	font-size: 24px;
	color: #98989a;
	font-family: "宋体";
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 12px;
}
.Range_list{
	height: 474px;
	padding-top: 103px;
}
.Range_list ul li{
	float: left;
	width: 284px !important;
	height: 372px;
	text-align: center;
	margin-right: 21px;
	position: relative;
}
.Range_list ul li a{
	padding: 16px;
	border: 1px solid #ebebeb;
	background-repeat: no-repeat;
	background-position:center center;
	background-color:#fff;
}
.Range_list ul li a > i.bg{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 26px auto 0px;
}
.Range_list ul li h4{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 22px;
	margin-top: 22px;
}
.Range_list ul li h4 i{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #0087e0;
	margin: 16px auto 0px;
}
.Range_list ul li p{
	font-size: 14px;
	color: #777;
	line-height: 25px;
	margin-top: 12px;
}
.Range_list ul li em{
	display: block;
	width: 152px;
	height: 44px;
	border: 1px solid #0087e0;
	border-radius: 25px;
	margin: 18px auto 0px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #0087e0;
	font-weight: bold;
}
.Range_list ul li:hover a{
	background-image:url(../web-icon/server_li_bg.png);
	border-color:transparent;
	background-color: transparent;
	margin-top: -32px;
}
.Range_list .tempWrap,.Range_list .tempWrap ul{
	overflow: visible !important;
}
#Resources{
	height: 938px;
	background:url(../web-icon/adv_bg.jpg) center center no-repeat;
}
.res_title{
	text-align: center;
	font-size: 26px;
	color: #fff !important;
	font-weight: bold;
	margin-top: 108px;
	background:url(../web-icon/Resources_line.png) center bottom no-repeat;
	padding-bottom: 30px;
}
.res_title em{
	display: block;
	font-size: 18px;
	margin-top: 20px;
}
.res_list{
	margin-top: 122px;
}
.res_list ul{
	width: 170%;
}
.res_list ul li{
	float: left;
	width: 252px;
	height: 64px;
	text-align: right;
	margin-left: 24px;
	margin-right: 690px;
    margin-bottom: 72px;
}
.res_list ul li h4{
	font-size: 22px;
	color: #fff !important;
	font-weight: bold;
	padding-right: 52px;
}
.res_list ul li em{
	font-size: 14px;
	color: #FFFFFF !important;
	margin-top: 20px;
}
.res_list ul li:nth-child(even){
	text-align:left;
}
.res_list ul li:nth-child(even) h4{
	padding-right: 0;
	padding-right: 50px;
}
.res_list ul li:nth-child(even) em{
	margin-left: -52px;
}
.res_list ul li:nth-child(5),.res_list ul li:nth-child(6){
	margin-top: 19px;
    margin-bottom: 82px;
}
#server{
	height: 727px;
	background:url(../web-icon/server_lc_bg.jpg) center center no-repeat;
}
.server_list{
	height: 420px;
	margin-top: 44px;
}
.server_list a{
	display: block;
	width: 150px;
	height: 170px;
	text-align: center;
	position: absolute;
	top: 0;
	left:0;
	z-index: 100;
}
.server_list a span{
	width: 119px;
	height: 119px;
	border-radius: 50%;
	border:1px solid #0087e0;
	overflow: hidden;
	position: relative;
	margin: 0px auto 0px;
}
.server_list a span i{
	width: 126px;
	height: 126px;
	border-radius:50%;
	background-color: rgba(0,135,224,.5);
	position: absolute;
	bottom: -84px;
	left: 0;
	z-index: 10;
	font-size: 26px;
	color: #fff !important;
	font-weight: bold;
	padding-top: 10px;
}
.server_list a h4{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}
.server_list a em{
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
    margin-top: 8px;
}
.server_list a.a_2{
	left: 207px;
}
.server_list a.a_3{
	left: 412px;
}
.server_list a.a_4{
	left: 618px;
}
.server_list a.a_5{
	left: 823px;
}
.server_list a.a_6{
	left: 1030px;
}
.server_list a.a_7{
	top: 258px;
	left: 0;
}
.server_list a.a_8{
	top: 258px;
	left: 207px;
}
.server_list a.a_9{
	top: 258px;
	left: 412px;
}
.server_list a.a_10{
	top: 258px;
	left: 618px;
}
.server_list a.a_11{
	top: 258px;
	left: 823px;
}
.server_list a.a_12{
	top: 258px;
	left: 1030px;
}
.server_list a:hover span{
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#index_message{
	height: 240px;
	background: url(../web-icon/index_message_bg.jpg) center center no-repeat;
}
.mess_title{
	font-size: 20px;
	color: #fff !important;
	font-weight: bold;
	margin-top: 58px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 38px;
}
.index_message{
	padding-left: 60px;
	padding-right: 60px;	
}
.index_message input{
	float: left;
	width: 301px;
	height: 41px;
	border: 1px solid #5ab0e8;
	background-color: transparent;
	border-radius:5px;
	line-height: 41px;
	font-size: 16px;
	color: #fff !important;
	text-indent: 10px;
	margin-right: 16px;
}
.index_message input::-webkit-input-placeholder{
	font-size: 16px;
	color: #fff !important;
}
.index_message a{
	display: block;
	float: left;
	width: 112px;
	height: 41px;
	border-radius: 5px;
	background-color: #eda418;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
	color: #fff !important;
}
#adv{
	height: 694px;
	background:url(../web-icon/adv_bottom_bg.jpg) center center no-repeat;
}
.adv_list{
	height: 382px;
	margin-top: 56px;
}
.adv_list ul li{
	height: 382px;
	background: #fff url(../web-icon/line.png) right top repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.adv_list ul li i.img{
	width: 663px;
}
.adv_list ul li .info{
	width: 396px;
	margin-left: 54px;
	margin-top: 143px;
}
.adv_list ul li .info h4{
	width: 280px;
	height: 61px;
	border-bottom: 1px solid #eaeaea;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.adv_list ul li .info p{
	font-size: 14px;
	color: #777;
	text-align: justify;
	line-height: 35px;
	margin-top: 29px;
}
.adv_list ul li i.line{
	width: 96px;
	height: 2px;
	background-color: #0087e0;
	position: absolute;
	top: 90px;
	left: 596px;
	z-index: 100;
}
.adv_list .pageNum{
	width: 438px;
	position: absolute;
	top: 65px;
	left: 715px;
	z-index: 100;
}
.adv_list .pageNum span{
	font-size: 48px;
	color: #0087e0;
}
.adv_list .pageNum em{
	font-size: 28px;
	color: #333;
}
.adv_tab{
	height: 102px;
	background-color: #333;
}
.adv_tab a{
	display: block;
	float: left;
	width:calc(100% / 4);
	height: 100%;
	border-left: 1px solid #fff;
	padding-left: 23px;
	padding-right: 10px;
}
.adv_tab a h4{
	font-size: 16px;
	color: #fff !important;
	margin-top: 20px;
	font-weight: bold;
}
.adv_tab a em{
	font-size: 12px;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 10px;
}
.adv_tab a i{
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-top: 20px;
}
.adv_tab a:hover,.adv_tab a.on{
	background-color: #0087e0;
}
#case{
	height: 678px;
}
.case_list{
	margin-top: 52px;
}
.case_list ul li{
	float: left;
	width: 580px;
	height: 182px;
	margin-bottom: 30px;
	margin-right: 39px;
}
.case_list ul li a{
	background:url(../web-icon/case_line.png) center center no-repeat;
}
.case_list ul li i{
	width: 155px;
	height: 155px;
	border-radius: 50%;
	margin-left: 16px;
	margin-top: 16px;
	margin-right: 33px;
}
.case_list ul li h4{
	width: 340px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 32px;
	line-height: 22px;
}
.case_list ul li p{
	width: 340px;
	height: 50px;
	font-size: 14px;
	color: #777;
	text-align: justify;
	line-height: 25px;
	margin-top: 14px;
}
.case_list ul li em{
	width: 108px;
	height: 32px;
	background-color: #dfdfdf;
	border-radius: 25px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	margin-top: 12px;
}
.case_list ul li:hover a{
	background-image:url(../web-icon/case_line_hover.png);
}
.case_list ul li:hover a em{
	background-color: #0087e0;
	color: #fff;
}
#news{
	height: 979px;
	background:url(../web-icon/news_bg.jpg) center center no-repeat;
}
.news_top_title{
	font-size: 24px;
	color: #0087e0;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 116px;
	right: 0;
	z-index: 10;
	line-height: 40px;
}
.news_left_title{
	width: 96px;
	font-size: 24px;
	color: #fff !important;
	font-weight: bold;
	position: absolute;
    top: 262px;
    left: 92px;
	z-index: 10;
}
.news_left_title em{
	display: block;
	font-family: "宋体";
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: right;
	margin-top: 5px;
}
.news_tab{
	margin-left: 282px;
	margin-top: 310px;
}
.news_tab a{
	display: block;
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	background:url(../web-icon/news_line.png) right center no-repeat;
	margin-right: 20px;
	padding-right: 20px;
	line-height: 20px;
}
.news_tab a:last-child{
	background-image:none;
	margin-right: 0;
	padding-right: 0;
}
.news_top{
	width: 900px;
	margin-top: 28px;
	margin-left: 282px;
}
.news_top i{
	width: 284px;
	height: 190px;
	margin-right: 22px;
}
.news_top h4{
	width: 590px;
	font-size: 16px;
	color: #333;
	margin-top: 36px;
}
.news_top p{
	width: 590px;
	font-size: 14px;
	color: #777;
	text-align: justify;
	line-height: 28px;
	margin-top: 24px;
}
.news_list{
	width: 900px;
	margin-left: 282px;
	margin-top: 36px;
}
.news_list ul li{
	float: left;
	width: 424px;
	height: 69px;
	margin-bottom: 25px;
	margin-right: 62px;
}
.news_list ul li span{
	width: 69px;
	height: 100%;
	border: 2px solid #e1e1e1;
	text-align: center;
	font-size: 24px;
	color: #777;
    padding-top: 9px;
    margin-right: 14px;
}
.news_list ul li span em{
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.news_list ul li h4{
	width: 340px;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.news_list ul li p{
	width: 340px;
	font-size: 14px;
	color: #777;
    margin-top: 14px;
}
.news_list ul li:hover h4{
	letter-spacing: 5px;
}
.news_bottom_box{
	height: 114px;
	margin-top: 6px;
}
.news_bottom_box > a{
	display: block;
	font-family: "宋体";
	font-size: 24px;
	color: #777;
	font-weight: bold;
	position: absolute;
	top: 72px;
	left: 80px;
	z-index: 100;
}
.news_bottom_box > a.next{
	left: 153px;
}
.news_bottom_box h2{
	width: 245px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 114px;
}
.news_bottom_list{
	width: 900px;
	margin-right: 17px;
}
.news_bottom_list ul li{
	float: left;
	width: 415px !important;
	height: 100px;
	background: #fff url(../web-icon/news_icon.png) left 13px no-repeat;
	padding-left: 34px;
	margin-right: 70px;
}
.news_bottom_list ul li h4{
	font-size: 14px;
	color: #333;
	margin-top: 18px;
}
.news_bottom_list ul li p{
	font-size: 14px;
	color: #777;
	line-height: 26px;
    margin-top: 21px;
}
#hzhb{
	height: 271px;
	background:url(../web-icon/hz_bg.jpg) center center no-repeat;
	margin-top: 90px;
}
.hzhb_title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 42px;
	line-height: 22px;
}
.hzhb_title a{
	font-size: 14px;
	color: #777;
	font-weight: normal;
}
.hzhb_list{
	margin-top: 35px;
}
.hzhb_list ul li{
	float: left;
	width: 230px !important;
	height: 110px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	margin-right: 12px;
}
.hzhb_list ul li a{
	background-size:auto;
}
/*con*/
/*footer*/
#footer{
	height: 296px;
	background:url(../web-icon/footer_bg.jpg) center top no-repeat;
}
#footer .w1200{
	padding-top: 95px;
}
#bdshare_weixin_qrcode_dialog{
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
.f_left{
	width: 433px;
}
.f_left a{
	width: 394px;
	height: 54px;
	background-repeat: no-repeat;
	background-position:left center;
	margin-top: -18px;
}
.copyRight{
	font-size: 14px;
	color: #fff !important;
	line-height: 30px;
	margin-top: 34px;
}
.copyRight a{
	color: #fff !important;
}
.f_info{
	width: 365px;
	margin-left: 108px;
	margin-top: -12px;
}
.f_info p{
	font-size: 14px;
	color: #fff !important;
	line-height: 32px;
}
.f_info_map{
	background:url(../web-icon/map_icon.png) 65px center no-repeat;
	cursor:pointer;
}
.f_erweima{
	text-align: center;
}
.f_erweima em{
	font-size: 12px;
	color: #535f70;
	margin-top: 10px;
}
.f_qq{
	width: 150px;
	height: 36px;
	border-radius: 25px;
	background-color: #0087e0;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff !important;
	font-weight: bold;
	position: absolute;
	top: 135px;
	right: 174px;
	z-index: 100;
}
#right{
	width: 70px;
	height: 314px;
	position: fixed;
	top: 50%;
	right: 2%;
	z-index: 99999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background:url(../web-icon/right_bg.png) center center no-repeat;
	padding-top: 26px;
	display: none;
}
#right a{
	display: block;
	width: 100%;
	height: 62px;
	text-align: center;
	font-size: 14px;
	color: #fff !important;
	background-repeat:no-repeat;
	background-position:center 5px;
	padding-top: 42px;
	position: relative;
	margin-bottom: 5px;
}
#right a.r_qq{
	background-image:url(../web-icon/qq_icon.png);
}
#right a.r_mess{
	background-image:url(../web-icon/ly_icon.png);
}
#right a.r_tel{
	background-image:url(../web-icon/tel_icon.png);
}
#right a.r_code{
	background-image:url(../web-icon/code_icon.png);
}
#right a.r_tel em{
	display: block;
	width: 120px;
	background-color: #0087e0;
	font-size: 14px;
	color: #fff !important;
	line-height: 35px;
	position: absolute;
	top: 0;
    right: 80px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}
#right a.r_code i{
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	top: 0;
    right: 80px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}
#right a:hover{
	background-color: #eda418;
}
#right a.r_tel:hover em,#right a.r_code:hover i{
	right: 70px;
	opacity: 1;
	visibility: visible;
}
/*footer*/